From: Philip Kaludercic Date: Wed, 3 Aug 2022 11:47:54 +0000 (+0200) Subject: Add TODO section for package-vc X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~28^2~13^2~2055^2~307^2~101 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=e7ebdc29cecbd694d3ee1e081bef46155e707e10;p=emacs.git Add TODO section for package-vc --- diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el index 8b2b2f707d0..b54108a6193 100644 --- a/lisp/emacs-lisp/package-vc.el +++ b/lisp/emacs-lisp/package-vc.el @@ -24,6 +24,18 @@ ;; the source code, this extension allows for packages to be fetched ;; and updated directly from a version control system. +;;; TODO: + +;; - Allow for automatic updating TODO +;; * Detect merge conflicts TODO +;; * Check if there are upstream changes TODO +;; - Respect the .elpaignore file TODO +;; - Allow finding revisions that bump the version tag TODO +;; * Allow for `package-vc-fetch' to use the version +;; of the package if already installed. +;; - Allow for ELPA specifications to be respected without TODO +;; endangering the user with arbitrary code execution + ;;; Code: (require 'package)